CommonEvent 625
Name = "イベント：ワープ10"

  999([625])
  ControlSwitches([73, 73, 0])
  ConditionalBranch([1, 123, 0, 9, 2])
    ShowTextAttributes(["neris_fc1", 0, 0, 2])
    ShowText(["\\n<Neris>Hey Luka, I want an allowance♪\nGive me 1,000G and, as your reward, I'll send you up 10 floors♪"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Be sent 10 floors forward", "Stay where we are"], 2])
    When([0, "10階先まで送ってもらう"])
      ChangeGold([1, 0, 1000])
      ShowTextAttributes(["neris_fc1", 0, 0, 2])
      ShowText(["\\n<Neris>Then here we go♪ Eiiiii!!"])
      ShowText([""])
      ControlVariables([121, 121, 1, 0, 9])
      CallCommonEvent([901])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    When([1, "遠慮しておく"])
      ShowTextAttributes(["neris_fc1", 2, 0, 2])
      ShowText(["\\n<Neris>But what about my allowance..."])
      ShowText([""])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    ChoicesEnd([])
    Empty([])

  Else([])
    ConditionalBranch([1, 129, 0, 0, 0])
      ShowTextAttributes(["neris_fc1", 0, 0, 2])
      ShowText(["\\n<Neris>Hey Luka, I want an allowance♪\nGive me 1,000G and I'll give you this equipment I picked up earlier♪"])
      ShowText([""])
      ShowText([""])
      ShowChoices([["Take the equipment", "Decline"], 2])
      When([0, "武器をもらう"])
        ControlVariables([129, 129, 0, 0, 1])
        ChangeGold([1, 0, 1000])
        ShowTextAttributes(["neris_fc1", 0, 0, 2])
        ShowText(["\\n<Neris>Okay, here you go♪"])
        ShowText([""])
        CallCommonEvent([824])
        ShowTextAttributes(["neris_fc1", 0, 0, 2])
        ShowText(["\\n<Neris>Be careful out there♪"])
        ShowText([""])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      When([1, "遠慮しておく"])
        ShowTextAttributes(["neris_fc1", 2, 0, 2])
        ShowText(["\\n<Neris>But what about my allowance..."])
        ShowText([""])
        ControlSwitches([73, 73, 1])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    BranchEnd([])
    ConditionalBranch([1, 129, 0, 1, 0])
      ShowTextAttributes(["neris_fc1", 0, 0, 2])
      ShowText(["\\n<Neris>Be careful out there♪"])
      ShowText([""])
      ControlSwitches([73, 73, 1])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Empty([])
